@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
::after,
::before {
    box-sizing: border-box
}
li {
    list-style: none;
}
body {
    font-family: "Poppins", serif;
    line-height: 1.5;
    background: #04041f;
    margin: 0;    font-size: 14px; 
    font-weight:300;
      color: #fff; padding-left: 100px;
}
.ttu{ text-transform: uppercase;}

a{ color: #fff; text-decoration: none;} 
p {
    margin-top: 0;  
    margin-bottom: 1rem; line-height: 1.7;
}
ol, ul {
    padding-left: 0;
}
.btn{ font-weight: 600; font-size: 14px;}
.navbar-nav li a{ color: #fff;}

.sidebar ul li a:not(.logo a) {
    padding: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 9px;
    /* border: 1px solid #2a2547; */
    transition: all 0.3s ease-in 0s;
    font-size: 26px;
    line-height: 0;
    transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
    transition: 0.5s;
}
.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 3;
    background: #13132c;
    padding: 40px 15px;
    width: 105px;
    overflow: auto;
}
.sidebar ul li.logo {
    margin-bottom: 40px;
}
.sidebar ul li a img:not(.logo a img) {
    width: 50px;
}
.sidebar ul li {
    margin-bottom: 20px;
}
.hro_img{ width: 150px;}
.top_bar .logo{ height: 70px;}
 
.btn {
    background-color: #009cfe;
    border-radius: 12px;
    padding: 10px 20px; 
    color: #ffffff;border: 1px solid #009cfe;
}
.btn_border{ background: transparent; border: 1px solid #fff;}
.btn:hover {
    background-color: #057fca;border: 1px solid #057fca;}
    .nft_box {
        height: 100%;
        border-radius: 15px;
        overflow: hidden;
        background: hsl(203.15deg 100% 67.92% / 14%);
          display: block;    border: 1px dashed rgb(0 156 254);
    }
    .nft_box img {
        width: 100%; 
        object-fit: cover;
    }
    .p80{ padding: 70px 30px;}
    .hadding {
        font-size: 2rem;
        font-weight: 700;
    } 
    .nft_box ul li {
        margin-top: 5px;
        font-size: 13px;
    }
.border_bottom {    border-bottom: 1px solid hsl(0deg 0% 100% / 12%);}
.box { 
    border-radius: 15px;
    overflow: hidden;
    background:#04173a;border: 1px solid  rgb(0 156 254); 
} 
 
.nft-space_box_content i{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background-color: #009cfe;margin-right: 15px;
}
 
.nft-space_box_content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 10px 0;
    display: flex;
    align-items: center;
}
    .faq .card {
        background: #13132c;
        margin: 12px 0;
        position: relative;
        padding: 0;overflow: hidden;
        border: none;
        border-radius: 20px;;border:1px  solid rgb(255 255 255 / 18%);
    }
    .faq .card .card-header {
        background-color: transparent;
    }
    .faq .card-header {
        padding: 0;border-bottom: 0;
    }
    .faq .card-header a:after {
        content: "\f282";
        font-family: bootstrap-icons !important;
        transition: transform .3s;
        display: block;
        transform: rotate(360deg);
        position: absolute;
        right: 10px;
        width: 35px;
        height: 35px;
        top: 7px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 100%;
        line-height: 35px;
        font-size: 22px;
        text-align: center;
    }
    .faq .card-header a.collapsed:after {
        transform: rotate(260deg);
    }
    .faq .card a {
        font-size: 17px;
        font-weight: 400;
        display: block;
        padding: 15px 50px 15px 15px;
        position: relative;
        color: #fff;
    }
    .faq .card-body{color: #fff;border-top: 1px solid rgb(255 255 255 / 18%);}
    .footer{ padding: 40px 0;}
    .footer .logo{ height: 70px;}
    .social_icon a{ display: inline-block; margin: 0 10px; font-size:18px;}
    .hero {
        padding: 85px 0px 0;
        height: 90vh;
        display: flex;
    }

    .hero h1 {
        font-size: 65px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .hero p {
        font-size:18px;
       
    }
    .hero:after {
        content: "";
        background: linear-gradient(90deg, #04041f 0%, hsl(234.78deg 92% 9.8% / 98%) 30%, rgb(228 198 111 / 0%) 100%);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .video-wrap{     position: absolute;
        width: 80%;
        right: 0;
        top: 0;
        height: 100%;
        object-fit: cover;}
        .top_bar {
            position: fixed;
            top: 20px;
            left: 0px;
            right: 0;
            width: 100%;     z-index: 9;    padding-left: 100px;
        }
         .top_bar2 { 
            background-color: #04041f; 
            border-radius: 15px;
            outline: 1px solid #009cfe;
            outline-offset: 6px;
            padding: 0 15px;
        }
        .header__search input {
            width: 100% ;
            height: 54px;
            background-color: transparent;
            color: #fff;
            font-size: 13px;
            border-radius: 15px;
            border:1px solid hsl(0deg 0% 100% / 60%);
            padding: 0 45px 0 20px;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 10px 20px);
        }
        .re_z{    position: relative;   z-index: 5;}
        .header__search button {
            position: absolute;
            right: 20px;
            top: 11px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 20px;
        }
        .header__search {
            position: relative;
            top: auto;
            left: auto;
            padding: 0;
            border: none;
            background-color: transparent;
            margin-right: 3%;
            display: block;
            width: 40%;
        }
        .header__search button{
            padding: 0;
            border: none;
            background-color: transparent;
            transition: 0.5s ease;
            transition-property: color, background-color, border-color, box-shadow;
            cursor: pointer;
        }
        .sellers-list {
            display: grid;
            grid-template-columns: 1fr 1fr;
        }
        .sellers-list li { 
            width: 100%; 
            position: relative;
        }
        .sellers-list__author {
            display: inline-flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            width: calc(100% - 40px);
            position: relative;
            height: 60px;
            padding-left: 75px;
        }
        .sellers-list__author img {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            overflow: hidden;
            width: 60px !important;
            height: 60px;
            border-radius: 16px;
            object-fit: cover;
            object-position: center;
        }
        .sellers-list__author .sellers-list__number {
            display: block;
            font-size: 11px !important;
            background: #009CFD;
            color: #fff !important;
            text-align: center;
            position: absolute;
            left: 40px;
            z-index: 1;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            line-height: 20px;
            bottom: 0;
            font-weight: bold !important;
        }
        .sellers-list__author a {
            font-family: 'Inter', sans-serif;
            color: #fff;
            font-size: 16px;
            margin-bottom: 2px;
            font-weight: bold;
        }
        hr { 
            opacity: .1;
        }
.f_nav a {    display: block; margin-bottom: 5px;}
.cart_input {
    font-size: 16px;
    font-weight: 600;
}
.cart_input i{ font-size: 20px;}
.hero2 {
    padding: 120px 0px 0;
    height: 340px; 
}
.top_space{ height: 80px;}
.br15{ border-radius: 15px;}
.w100{ width: 100%;}
.view_right ul.list li{ margin-bottom: 10px; font-size: 18px;}
.view_right h2{ font-size:45px; font-weight: 600;}
.view_left_img{    height: 500px;
    width: 100%;
    object-fit: cover;
    border: 1px solid hsl(203deg 100% 50% / 20%);}
.small_text{ font-weight: 300; font-size: 12px;}    
.nav-tabs2{    border-bottom: 1px solid hsl(0deg 0% 100% / 12%);}
.nav-tabs2 a {
    color: #fff;
    font-size: 18px; padding: 5px 0; display: inline-block;
    font-weight: 500; border-bottom: 2px solid transparent;
}
.nav-tabs2 a.active{    color: #009cfe;border-bottom: 2px solid #009cfe;}
.nav-tabs2 li{ margin-right:25px;}
.nav-tabs2 li:last-child{ margin-right: 0;}
.color1{ color: #009cfe;}
.p_user {
    border: 1px solid hsl(0deg 0% 100% / 32%);
    padding: 8px;
}
.up_box {
    background: rgb(0 156 254 / 12%);
    padding: 45px 1.25rem;
    text-align: center;
    border: 1px dashed rgb(0 156 254);
    border-radius: 15px;
}
.up_box .placeholder2 {
    display: block;
    padding-bottom: 35px;
}
.up_box input[type="file"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 128px;
    margin: auto;
    height: 42px;
}
label#choose_file_selected {
    background-color: #009cfe;
    outline: 0 !important;
    color: #ffffff;
    max-width: 80%;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    padding: 10px 25px !important;
    border-radius: 20px;
    cursor: pointer;
}
.close-preview-button {
    display: none;
    padding-top: 10px;
    background: #000;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    position: absolute;
    top: 10px;
    right: 26px;
}

.switch_type {
    position: absolute;
    width: 45px;
    height: 23px;
    right: 5px;
    top: 7px;
}
.switch_group label {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 18px;
}
.switch_type input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider.round {
    border-radius: 34px;
}
.switch_type .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider.round:before {
    border-radius: 50%;
}
.switch_type .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch_type input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}
.switch_type input:checked + .slider {
    background-color: #009cfe;
}
.sign__textarea{height: 100px;}

.create_form .form-control {
    background: rgb(0 156 254 / 12%);
   color: #fff;
    border: 1px dashed rgb(0 156 254);
    border-radius: 10px; padding: 11px 15px;font-size: 14px;
}
.create_form .form-control option{ background: rgb(4 23 58);}

.create_form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #7d8faf;
  }
  .create_form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #7d8faf;
  }
  .create_form .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #7d8faf;
  }
  .create_form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #7d8faf;
  }
  .op0_7{    opacity: 0.7;}